Categories

Versions

Set Macros from Example set (Operator Toolbox)

Synopsis

This Operator sets macros based on a simple input ExampleSet.

Description

This Operator allows you to provide an ExampleSet with attributes containing the macro names and macro values. The Operator will set the macros with respective values provided.

Input

  • exampleset (Data Table)

    The input ExampleSet containing the macro names and values to be set.

  • through (IOObject)

    Any object you want to pass through the Operator.

Output

  • through (IOObject)

    The input object is passed through the Operator and is delivered at the output port.

Parameters

  • macro_name_attribute The attribute with the name of the macros to set. Range:
  • value_attribute The attribute with the values to set. Range:

Tutorial Processes

Set Macros for Generate data and decision tree

This tutorial process set the macros from the ExampleSet provided by the Create ExampleSet operator. The macros are than used in the parameters of the Generate Data operator and the Decision Tree operator.